| AdCourse |
| Logical Entity Name | AdCourse |
| Default Table Name | AdCourse |
| Physical Only | NO |
| Definition | |
| Note |
| AdCourse Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
| Code | char(12) | NO | ||
| Descrip | varchar(75) | NO | ||
| SyCampusGrpID | int | NO | ||
| AdCourseTypeID | int | NO | ||
| Hours | money | NO | ||
| Credits | money | NO | ||
| UnitType | char(1) | YES | ||
| GradeLevel | tinyint | NO | ||
| CatalogCode | varchar(10) | NO | ||
| MinimumDays | smallint | NO | ||
| MaximumDays | smallint | NO | ||
| Comments | text | NO | ||
| AllowOverride | bit | NO | ||
| ModFlag | char(1) | NO | ||
| Active | bit | NO | ||
| UserID | int | NO | ||
| DateAdded | datetime | NO | ||
| DateLstMod | datetime | NO | ||
| ts | timestamp | NO | ||
AdCourseID |
int | NO | ||
| AdDependentCourseID | int | NO | ||
| Dependent | bit | NO | ||
| RetakeOverride | bit | NO | ||
AdCourseLevelID |
int | NO | ||
| isCourseRemedial | bit | NO | ||
| DefaultMaxNumOfRepeat | int | NO | ||
| DefPassFailSetting | tinyint | NO | ||
| CompareContactHrsWithClsSched | bit | NO | ||
| EnrollStatusCredits | money | NO | ||
| EnrollStatusHours | money | NO | ||
| AddDropDays | tinyint | YES | ||
| AddDropCalenderDays | bit | NO | ||
| RetakeFee | bit | NO | ||
| MaxNumWithoutRetakeFee | int | YES | ||
| MinCredits | money | YES | ||
| MaxCredits | money | YES | ||
| MatchOverrideCredits | bit | NO | ||
| IsExcludeDrops | bit | NO | ||
| NumDaysExpDeadline | int | YES | ||
| OutsideCourseWorkHours | numeric(9, 2) | NO |
| AdCourse Primary and Unique Keys |
| Key Name | Key Type | Keys |
| AdCourse_AdCourseID_U_C_IDX | PrimaryKey | AdCourseID |
| AdCourse Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Not For Replication |
| AdCourseLevel | Non-Identifying | One To Zero or More | FK_AdCourse_AdCourseLevelID_AdCourseLevel_AdCourseLevelID | AdCourseLevelID | NO | YES |
| Child Relationships: |
| AdCourse Check Constraints |
| Check Constraint Name | CheckConstraint |